home *** CD-ROM | disk | FTP | other *** search
- <html>
-
- <HEAD>
- <LINK REL="stylesheet" TYPE="text/css" HREF="%7css/default.css">
- </HEAD>
-
- <script language="Javascript">
- //LOCALIZATION STRINGS
- var _errNoUser = "You cannot submit this form until a user is selected";
- </script>
-
- <SCRIPT LANGUAGE="JavaScript">
- function init()
- {
- // Remove the formatting options
- document.assign_prop.users.options[0] = null;
- }
-
- function onCancel()
- {
- window.parent.location = "%8";
- }
-
- function onOK()
- {
- if (!modifyValues())
- return;
-
- // document.forms[0].submit();
- }
-
-
- function modifyValues()
- {
- // Find the highlighed user
- index = document.assign_prop.users.selectedIndex;
-
- if (index != -1)
- {
- var current_index = document.assign_prop.users[index].value;
-
- var url="%1";
-
- url += "&id=" + current_index;
-
- // Assign this URL
- document.assign_prop.action = url;
- return document.assign_prop.submit();
- }
- else
- {
- alert(_errNoUser);
- return false;
- }
- }
-
- function doFilter()
- {
- url = "%11" + escape(document.assign_prop.filter.value);
- location.href = url;
- }
-
- </SCRIPT>
-
- <BODY>
-
- <BODY onload="init();">
-
- <FORM align=center method="post" target="target_frame" name="assign_prop" onSubmit="return modifyValues();">
-
- <p><strong>Alias Name: %2</strong></p>
-
- <BR>
-
- You have two options when assigning an Alias:
-
- <P>
-
- 1) <A class="list" target="target_frame" HREF="%4"> Assign the Alias to a new user </A>
-
- <BR>
- <BR>
-
- 2) Assign the alias to one of the following existing users:
-
- <P>
-
- <table>
- <tr>
- <td class="list" align> Look For: <input type="text" name="filter" value="%10" size=15> </td>
- <td align="left">
- <table>
- <tr>
- <td><table cellpadding=0><tr>
- <td class="clsButton" align=middle nowrap>
- <div class="clsButton"> <A HREF="javascript:doFilter()">Find Now</A> </div>
- </td></tr></table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
-
- <BR>
-
- Possible Users:
- <table>
- <tr>
- <td class="list" align=left>
- <SELECT class="menuFormElement" NAME="users" SIZE=10 width="200px">
- <OPTION> This is a formatting string </OPTION>
- %3
- </SELECT>
- </td>
- </tr>
- <tr>
- <td>
- %12
- </td>
- </tr>
- </table>
-
- <BR>
-
- <center>
-
- <table CELLPADDING="0" CELLSPACING="5" border=0 width=20%>
- <tr>
- <td><table cellpadding=0 border=0>
- <tr>
- <td class="clsButton" align=middle nowrap>
- <div class="clsButton"><a href="javascript:onOK()">OK</a></div>
- </td>
-
- <td class="clsButton" align=middle nowrap>
- <div class="clsButton"><a href="javascript:onCancel()">Cancel</a></div>
- </td>
- </tr>
- </table></td>
- </tr>
- </table>
-
- </center>
-
- <input type=hidden name="aliasId" value="%5">
- <input type=hidden name="alias_name" value="%9">
- <input type=hidden name="aliasDisabled" value=%6>
-
- </FORM>
- </body>
- </html>
-